www.gusucode.com > 中国货源网导航程序源码 1 > 中国货源网导航程序源码 1.0/8月11日备份/admin/admin_detail_search.asp

    <!--#include file="mdb.asp"-->
<%
if session("adminlogin")<>sessionvar then
Response.Write("<script language=javascript>alert('你尚未登录,或者超时了!请重新登录');this.location.href='index.asp';</script>")
Response.End
End if
%>
<HTML>
<HEAD>
<TITLE>网站搜索</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
<LINK REL="stylesheet" HREF="css.css" TYPE="text/css">
</HEAD>
<BODY>
<table width="80%" border="0" cellspacing="1" cellpadding="8" align="center" bgcolor="#999999">
<tr> 
<td bgcolor="#cccccc" align="center"><font color=#FF0000>★<B>网站搜索</B>★</font></td></tr>
<tr> 
<td align="center" bgcolor="#eeeeee">
<form action="wz_search.asp" method="post">关键字:<input name="word">  
<select name="by">根据:<option value='title'>网站名称</option>
<option value='url'>网站url</option>
</select>
<input type="hidden" name="action" value="delete">  
<input type="submit" value="搜索">  
</form>
</td></tr>  
</table> 
</BODY> 
</HTML>